home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / wrktb.h < prev    next >
Text File  |  1996-07-10  |  313b  |  8 lines

  1. /* k 1003 22/08/90 */
  2. struct wrktb {
  3.      short count     ;       /* tmp2-block's count      1003   */
  4.      struct tmp2 *first ;    /* first tmp2 ptr in chain 1003   */
  5.      struct tmp2 *last  ;    /* last  tmp2 ptr in chain 1003   */
  6.      };
  7. #define ANAMEFF  0xff        /* end of table               */
  8.